+Mon Aug 9 10:50:05 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentry.h: Add gtk_entry_layout_index_to_text_index()
+ and its inverse. The have always been exported and are meant
+ to be public.
+
Mon Aug 9 00:28:34 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkicontheme.c (load_svg_at_size): Don't leak the
+Mon Aug 9 10:50:05 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentry.h: Add gtk_entry_layout_index_to_text_index()
+ and its inverse. The have always been exported and are meant
+ to be public.
+
Mon Aug 9 00:28:34 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkicontheme.c (load_svg_at_size): Don't leak the
+Mon Aug 9 10:50:05 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentry.h: Add gtk_entry_layout_index_to_text_index()
+ and its inverse. The have always been exported and are meant
+ to be public.
+
Mon Aug 9 00:28:34 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkicontheme.c (load_svg_at_size): Don't leak the
+Mon Aug 9 10:50:05 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentry.h: Add gtk_entry_layout_index_to_text_index()
+ and its inverse. The have always been exported and are meant
+ to be public.
+
Mon Aug 9 00:28:34 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkicontheme.c (load_svg_at_size): Don't leak the
+Mon Aug 9 10:52:23 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtk-sections.txt: Add gtk_entry_layout_index_to_text_index()
+ and its inverse.
+
2004-08-07 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkrc.sgml: Fix a typo (#164470, Mariano
gtk_entry_get_alignment
gtk_entry_get_layout
gtk_entry_get_layout_offsets
+gtk_entry_layout_index_to_text_index
+gtk_entry_text_index_to_layout_index
gtk_entry_get_max_length
gtk_entry_get_visibility
gtk_entry_set_completion
/* Somewhat more convenient than the GtkEditable generic functions
*/
-void gtk_entry_set_text (GtkEntry *entry,
+void gtk_entry_set_text (GtkEntry *entry,
const gchar *text);
/* returns a reference to the text */
G_CONST_RETURN gchar* gtk_entry_get_text (GtkEntry *entry);
GtkEntryCompletion *completion);
GtkEntryCompletion *gtk_entry_get_completion (GtkEntry *entry);
+PangoLayout* gtk_entry_get_layout (GtkEntry *entry);
+
+gint gtk_entry_layout_index_to_text_index (GtkEntry *entry,
+ gint layout_index);
+gint gtk_entry_text_index_to_layout_index (GtkEntry *entry,
+ gint text_index);
+
+
/* Deprecated compatibility functions
*/